type vendor/golang.org/x/net/idna.info
19 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L447: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L449: switch p.simplify(info(v).category()) {
idna10.0.0.go#L462: func (c info) isBidi(s string) bool {
idna10.0.0.go#L485: var combinedInfoBits info
idna10.0.0.go#L497: combinedInfoBits |= info(v)
idna10.0.0.go#L498: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L502: switch p.simplify(info(v).category()) {
idna10.0.0.go#L513: b = info(v).appendMapping(b, s[start:i])
idna10.0.0.go#L638: if c := p.simplify(info(v).category()); c != valid && c != deviation {
idna10.0.0.go#L731: x := info(v)
idna10.0.0.go#L755: x = info(v)
trie13.0.0.go#L14: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |